net/http.http2clientStream.abortErr (field)
9 uses
net/http (current package)
h2_bundle.go#L7450: abortErr error // set if abort is closed
h2_bundle.go#L7503: cs.abortErr = err
h2_bundle.go#L8394: return nil, cs.abortErr
h2_bundle.go#L8512: err = cs.abortErr
h2_bundle.go#L8558: return cs.abortErr
h2_bundle.go#L8577: return cs.abortErr
h2_bundle.go#L8701: return cs.abortErr
h2_bundle.go#L8872: err = cs.abortErr
h2_bundle.go#L8919: return 0, cs.abortErr
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |